home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 34
/
Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso
/
Aminet
/
util
/
libs
/
RecentLib.lha
/
UnInstall
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-26
|
274 b
|
9 lines
echo "Removing recent.library from your system...*n"
if exists libs:recent.library
delete libs:recent.library quiet
delete ENVARC:Recent all quiet
echo "recent.library successfully removed from your system.*n"
else
echo "recent.library wasn't found on your system.*n"
endif